home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / S9303.ZIP;1 / SPENCE.ZIP / ABTEST.RMK < prev    next >
Encoding:
Text File  |  1993-01-06  |  998 b   |  39 lines

  1. // Note - if the compiler complains with "Expression too Complex"
  2. // or something similar, compile the prg outside RMAKE.  It's
  3. // an RMAKE stack or symbols space probelm or soemthig similar.
  4. // Actually, You can probably fix it by explicitly setting some or RMAKE's
  5. // command-line parameters.
  6.  
  7. // To convert .Prg files into .Obj
  8. .Prg.Obj:
  9.   Clipper $* /a /m /n /w
  10.  
  11. Utils.obj:    Utils.prg
  12.  
  13. Abtest1.obj:  Abtest1.prg
  14.  
  15. Abtest2.obj:  Abtest2.prg
  16.  
  17. Abrowser.obj: Abrowser.prg
  18.  
  19. Abtest1.exe:  Abtest1.obj Abrowser.obj Utils.obj
  20.   Blinker fi Abtest1, Abrowser, Utils
  21.  
  22. Abtest2.exe:  Abtest2.obj Abrowser.obj Utils.obj
  23.   Blinker fi Abtest2, Abrowser, Utils
  24.  
  25. AbClassy.obj: AbClassy.prg
  26.  
  27. Abtest3.obj:  Abtest3.prg
  28.  
  29.  
  30. Abtest3.exe:  Abtest3.obj AbClassy.obj Utils.obj
  31.   Blinker fi Abtest3, AbClassy, Utils LIB Classy
  32.  
  33. Absuper.obj:   Absuper.prg
  34.  
  35. Abtest4.obj:   Abtest4.prg
  36.  
  37. Abtest4.exe:  Abtest4.obj AbSuper.obj Utils.obj
  38.   Blinker fi Abtest4, AbSuper, Utils LIB Supercls
  39.